home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / lvos / exec.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  3.6 KB  |  135 lines

  1. def LVOSupervisor = (-30);
  2. def LVOexecPrivate1 = (-36);
  3. def LVOexecPrivate2 = (-42);
  4. def LVOexecPrivate3 = (-48);
  5. def LVOexecPrivate4 = (-54);
  6. def LVOexecPrivate5 = (-60);
  7. def LVOexecPrivate6 = (-66);
  8. def LVOInitCode = (-72);
  9. def LVOInitStruct = (-78);
  10. def LVOMakeLibrary = (-84);
  11. def LVOMakeFunctions = (-90);
  12. def LVOFindResident = (-96);
  13. def LVOInitResident = (-102);
  14. def LVOAlert = (-108);
  15. def LVODebug = (-114);
  16. def LVODisable = (-120);
  17. def LVOEnable = (-126);
  18. def LVOForbid = (-132);
  19. def LVOPermit = (-138);
  20. def LVOSetSR = (-144);
  21. def LVOSuperState = (-150);
  22. def LVOUserState = (-156);
  23. def LVOSetIntVector = (-162);
  24. def LVOAddIntServer = (-168);
  25. def LVORemIntServer = (-174);
  26. def LVOCause = (-180);
  27. def LVOAllocate = (-186);
  28. def LVODeallocate = (-192);
  29. def LVOAllocMem = (-198);
  30. def LVOAllocAbs = (-204);
  31. def LVOFreeMem = (-210);
  32. def LVOAvailMem = (-216);
  33. def LVOAllocEntry = (-222);
  34. def LVOFreeEntry = (-228);
  35. def LVOInsert = (-234);
  36. def LVOAddHead = (-240);
  37. def LVOAddTail = (-246);
  38. def LVORemove = (-252);
  39. def LVORemHead = (-258);
  40. def LVORemTail = (-264);
  41. def LVOEnqueue = (-270);
  42. def LVOFindName = (-276);
  43. def LVOAddTask = (-282);
  44. def LVORemTask = (-288);
  45. def LVOFindTask = (-294);
  46. def LVOSetTaskPri = (-300);
  47. def LVOSetSignal = (-306);
  48. def LVOSetExcept = (-312);
  49. def LVOWait = (-318);
  50. def LVOSignal = (-324);
  51. def LVOAllocSignal = (-330);
  52. def LVOFreeSignal = (-336);
  53. def LVOAllocTrap = (-342);
  54. def LVOFreeTrap = (-348);
  55. def LVOAddPort = (-354);
  56. def LVORemPort = (-360);
  57. def LVOPutMsg = (-366);
  58. def LVOGetMsg = (-372);
  59. def LVOReplyMsg = (-378);
  60. def LVOWaitPort = (-384);
  61. def LVOFindPort = (-390);
  62. def LVOAddLibrary = (-396);
  63. def LVORemLibrary = (-402);
  64. def LVOOldOpenLibrary = (-408);
  65. def LVOCloseLibrary = (-414);
  66. def LVOSetFunction = (-420);
  67. def LVOSumLibrary = (-426);
  68. def LVOAddDevice = (-432);
  69. def LVORemDevice = (-438);
  70. def LVOOpenDevice = (-444);
  71. def LVOCloseDevice = (-450);
  72. def LVODoIO = (-456);
  73. def LVOSendIO = (-462);
  74. def LVOCheckIO = (-468);
  75. def LVOWaitIO = (-474);
  76. def LVOAbortIO = (-480);
  77. def LVOAddResource = (-486);
  78. def LVORemResource = (-492);
  79. def LVOOpenResource = (-498);
  80. def LVOexecPrivate7 = (-504);
  81. def LVOexecPrivate8 = (-510);
  82. def LVOexecPrivate9 = (-516);
  83. def LVORawDoFmt = (-522);
  84. def LVOGetCC = (-528);
  85. def LVOTypeOfMem = (-534);
  86. def LVOProcure = (-540);
  87. def LVOVacate = (-546);
  88. def LVOOpenLibrary = (-552);
  89. def LVOInitSemaphore = (-558);
  90. def LVOObtainSemaphore = (-564);
  91. def LVOReleaseSemaphore = (-570);
  92. def LVOAttemptSemaphore = (-576);
  93. def LVOObtainSemaphoreList = (-582);
  94. def LVOReleaseSemaphoreList = (-588);
  95. def LVOFindSemaphore = (-594);
  96. def LVOAddSemaphore = (-600);
  97. def LVORemSemaphore = (-606);
  98. def LVOSumKickData = (-612);
  99. def LVOAddMemList = (-618);
  100. def LVOCopyMem = (-624);
  101. def LVOCopyMemQuick = (-630);
  102. def LVOCacheClearU = (-636);
  103. def LVOCacheClearE = (-642);
  104. def LVOCacheControl = (-648);
  105. def LVOCreateIORequest = (-654);
  106. def LVODeleteIORequest = (-660);
  107. def LVOCreateMsgPort = (-666);
  108. def LVODeleteMsgPort = (-672);
  109. def LVOObtainSemaphoreShared = (-678);
  110. def LVOAllocVec = (-684);
  111. def LVOFreeVec = (-690);
  112. def LVOCreatePool = (-696);
  113. def LVODeletePool = (-702);
  114. def LVOAllocPooled = (-708);
  115. def LVOFreePooled = (-714);
  116. def LVOAttemptSemaphoreShared = (-720);
  117. def LVOColdReboot = (-726);
  118. def LVOStackSwap = (-732);
  119. def LVOChildFree = (-738);
  120. def LVOChildOrphan = (-744);
  121. def LVOChildStatus = (-750);
  122. def LVOChildWait = (-756);
  123. def LVOCachePreDMA = (-762);
  124. def LVOCachePostDMA = (-768);
  125. def LVOAddMemHandler = (-774);
  126. def LVORemMemHandler = (-780);
  127. def LVOObtainQuickVector = (-786);
  128. def LVOexecPrivate10 = (-792);
  129. def LVOexecPrivate11 = (-798);
  130. def LVOexecPrivate12 = (-804);
  131. def LVOexecPrivate13 = (-810);
  132. def LVOexecPrivate14 = (-816);
  133. def LVOexecPrivate15 = (-822);
  134.  
  135.